.IndexTitle{
    width:100%;
    height:auto;overflow:hidden;
}
.IndexTitle h2{
    width:100%;
    height:40px;line-height:40px;
    font-size:36px;
    font-weight:bold;
    text-align:center;
}
.IndexTitle div{
    width:100%;
    height:40px;
    text-align:center;
}
.IndexTitle div s{
    width:60px;display:inline-block;
    height:1px;
    background:#999;
    margin-bottom:5px;
}
.IndexTitle div h3{
    width:70px;display:inline-block;
    height:40px;line-height:40px;
    color:#0054a6;
    font-size:16px;
}

.IndexProduct_Nav{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    margin:30px auto;
}
.IndexProduct_Nav li{
    display:inline-block;
    margin:5px 5px;
    border:1px solid #eee;
    height:30px;
    line-height:30px;
    padding:5px 20px;
    transition:all 0.7s;
    word-break:break-all;
    word-wrap:break-word;
    white-space:normal;
}
.IndexProduct_Nav li:hover{
    background:#0054a6;
    color:#fff;
}
.IndexProduct_Nav li:hover a{color:#fff;}
.IndexProduct_Banner{
    width:100%;
    height:100px;
    background:url(../Images/indexproduct_bg.jpg) bottom center fixed;
    padding:50px 0;
    text-align:center;
    color:#Fff;
}
.IndexProduct_Banner h2{
    line-height:50px;
    font-size:36px;
    font-weight:bold;
}
.IndexProduct_Banner h3{
    line-height:50px;
    font-size:30px;
    color:#e5e5e5;
}
.IndexProduct{
    width:100%;
    height:auto;overflow:hidden;
    /*background-image:url(../Images/indexproduct_bg.jpg);
    background-repeat:no-repeat;
    background-position:center;*/
    background:#f8f8f8;
    padding:50px 0;
}
.IndexProduct_List li{
    width:22%;float:left;
    margin:10px 1.5%;
    background:#fff;
    height:auto;overflow:hidden;
    transition:all 0.5s;
}
.IndexProduct_List li:hover{
    background:#0054a6;
    box-shadow:0 6px 6px #c1c1c1;
}
.IndexProduct_List li:hover a{color:#fff;}
.IndexProduct_List li div{
    width:100%;
    height:210px;overflow:hidden;
    position:relative;
}
.IndexProduct_List li div img{
    width:100%;
    height:210px;
    position:absolute;
    top:0;
    left:0;
}
.IndexProduct_List li h2{
    width:94%;
    height:40px;line-height:40px;overflow:hidden;
    margin:0 auto;
}
.IndexProduct_More{
    width:100%;
    text-align:center;
    line-height:30px;
    margin:30px auto 10px auto;
}
.IndexProduct_More a{
    padding:10px 20px;
    background:#d43d3d;
    color:#fff;
}
.IndexProduct_More a:hover{
    background:#0054a6;
}

.IndexAbout_Left{
    width:45%;float:left;
    margin-right:5%;
}
.IndexAbout_Left h2{
    width:100%;
    height:40px;line-height:40px;
    font-size:36px;
    font-weight:bold;
}
.IndexAbout_Left h3{
    width:100%;
    height:30px;line-height:20px;
    font-size:16px;
    color:#0054a6;
}
.IndexAbout_Left .content{
    width:100%;
    height:auto;line-height:25px;overflow:hidden;max-height:150px;
    color:#666;
    font-size:13px;
    margin:20px 0;
}
.IndexAbout_Left .more{
    width:100%;
    height:auto;overflow:hidden;
    margin-top:20px;
    line-height:40px;
    margin-bottom:10px;
    text-align:center;
}
.IndexAbout_Left .more a{
    padding:5px 30px;
    background:#0054a6;
    color:#fff;
    transition:all 0.5s;
}
.IndexAbout_Left .more a:hover{
    background:#d43d3d;
}
.IndexAbout_Left .list{
    width:100%;
    height:auto;overflow:hidden;
}
.IndexAbout_Left .list li{
    width:25%;float:left;
    height:auto;overflow:hidden;
    line-height:25px;
    text-align:center;
}
.IndexAbout_Left .list li div{
    width:80px;
    height:80px;
    background:#0054a6;
    border-radius:50%;
    line-height:80px;
    color:#fff;
    text-align:center;
    font-size:26px;
    margin:10px auto;
    transition:all 0.5s;
}
.IndexAbout_Left .list li div:hover{
    border-radius:0;
    background:#d43d3d;
}
.IndexAbout_Left .list li div span{font-size:12px;}

.IndexAbout_Right{
    width:50%;float:left;
}
.IndexAbout_Right img{
    width:100%;
}

.IndexNews{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(../Images/indexnews_bg.jpg);
    background-repeat:no-repeat;
    background-position:center;
    padding:80px 0 80px 0;
}

.IndexNews_Left{
    width:20%;float:left;
    margin-right:5%;
}
.IndexNews_Left h2{
    width:100%;
    height:40px;line-height:40px;
    font-size:36px;
    color:#fff;
    font-weight:bold;
}
.IndexNews_Left h3{
    width:100%;
    height:30px;line-height:20px;
    font-size:16px;
    color:#e5e5e5;
}
.IndexNews_Left .content{
    width:100%;
    height:auto;line-height:20px;overflow:hidden;max-height:120px;
    color:#e5e5e5;
    font-size:12px;
    margin:20px 0;
}
.IndexNews_Left .more{
    width:100%;
    height:auto;overflow:hidden;
    margin-top:20px;
    line-height:40px;
}
.IndexNews_Left .more a{
    padding:10px 20px;
    background:#d43d3d;
    color:#fff;
    transition:all 0.5s;
}
.IndexNews_Left .more a:hover{
    background:#0054a6;
}

.IndexNews_Right{
    width:75%;float:left;
}
.IndexNews_Right li{
    width:29%;float:left;
    margin:0 2% 10px 0;
    padding:10px 1% 30px 1%;
    background:#fff;
    transition:all 0.5s;
}
.IndexNews_Right li div{
    width:100%;
    height:auto;overflow:hidden;
}
.IndexNews_Right li div img{
    width:100%;
    height:200px;
}
.IndexNews_Right li h3{
    width:100%;
    height:50px;overflow:hidden;
    line-height:50px;
    font-size:16px;
}
.IndexNews_Right li h4{
    width:100%;
    height:40px;overflow:hidden;
    line-height:20px;
    font-size:12px;
    color:#999;
}
.IndexNews_Right li h5{
    display:none;
}

.IndexNews_Right li:hover{
    background:#0054a6;
}
.IndexNews_Right li:hover h3{
    color:#fff;
}
.IndexNews_Right li:hover h4{
    color:#fff;
}
.IndexNews_Right li:hover h5{
    width:100%;
    height:30px;line-height:30px;
    overflow:hidden;
    background:#f00;
}

@media(max-width:900px){
.IndexProduct_Banner{
    width:100%;
    height:150px;
    background:url(../Images/indexproduct_bg.jpg) bottom center fixed;
    padding:50px 0;
    text-align:center;
    color:#Fff;
}
.IndexProduct{
    width:100%;
    height:auto;overflow:hidden;
    background:#f8f8f8;
    padding:50px 0;
}
    .IndexProduct_List li{
        width:46%;float:left;
        margin:10px 2%;
        background:#fff;
    }
.IndexProduct_List li div{
    width:100%;
    height:160px;overflow:hidden;
    position:relative;
}
.IndexProduct_List li div img{
    width:100%;
    height:160px;
    position:absolute;
    top:0;
    left:0;
}
    .IndexAbout_Left{
        width:100%;float:left;
        margin-right:0%;
    }
    .IndexAbout_Right{
        width:100%;float:left;
        margin:10px 0;
    }

.IndexNews{
    width:100%;
    height:auto;overflow:hidden;
    background-image:url(../Images/indexnews_bg.jpg);
    background-repeat:repeat;
    background-position:top;
    padding:30px 0 30px 0;
}
    .IndexNews_Left{
        width:100%;float:left;
        margin-right:0%;
    }
    .IndexNews_Left .more a{
        padding:10px 20px;
        background:#d43d3d;
        color:#fff;
        transition:all 0.5s;
    }
    .IndexNews_Left .more a:hover{
        background:#0054a6;
    }

    .IndexNews_Right{
        width:100%;float:left;
        margin-top:10px;
    }
    .IndexNews_Right li{
        width:94%;float:left;
        margin:0 1% 10px 1%;
        padding:10px 2% 30px 2%;
        background:#fff;
        transition:all 0.5s;
    }
    .IndexNews_Right li div{
        width:100%;
        height:auto;overflow:hidden;
    }
    .IndexNews_Right li div img{
        width:100%;
        height:150px;
    }
    .IndexNews_Right li h3{
        width:100%;
        height:50px;overflow:hidden;
        line-height:50px;
        font-size:16px;
    }
    .IndexNews_Right li h4{
        width:100%;
        height:40px;overflow:hidden;
        line-height:20px;
        font-size:12px;
        color:#999;
    }
    .IndexNews_Right li h5{
        display:none;
    }
}